﻿@charset "utf-8";
/* CSS Document */
*{
	font-family: "微软雅黑", "Microsoft YaHei";
}
body{
	margin:0;
	padding:0;
}
a img{
	border:none;
}
.clearfix{
	clear:both;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-weight: normal;
}
ul,li{
	list-style: none;
	margin:0;
	padding:0;
}
a{
	text-decoration:none;
}

a:hover{
	text-decoration:none;
}

a,img{border:0;}

p{
	margin:0;
	padding:0;
}
ul,li{
	list-style:none;
	padding:0;
	margin:0;
}
.navbar{
	width:100%;
}
.nav-center{
	width:90%;
	max-width:1180px;
	margin:0 auto;
}
.banner-box{
	width:100%;
	/*overflow: hidden;*/
	position: relative;
}
.lunbo{
	overflow:hidden;
	height:716px;
}
.lunbo>a>img{
	position:relative;
	left:50%;
	margin-left:-960px;
}
.xuanxiang{
	margin-top:-34px;
	width:100%;
	text-align: center;
	z-index: 10;
	position: relative;
}
.xuanxiang>li{
	display: inline-block;
	background-color:#fff;
	width:16px;
	height:16px;
	margin-left:10px;
	border-radius: 50%;
}
.lunbo>.lunbospan1{
	position: absolute;
	top:50%;left:5%;
	margin-top:-10px;
}
.lunbo>span>i{
	font-size:70px;
	color:#303685;
	cursor:pointer;
}
.lunbo>.lunbospan2{
	position: absolute;
	top:50%;right:5%;
	margin-top:-10px;
}
.lunbo1{
	overflow:hidden;
	height:350px;
}
.lunbo1>a>img{
	position:relative;
	/* left:50%;
	margin-left:-496px; */
	max-width: 100%;
}
.xuanxiang1{
	margin-top:-34px;
	width:100%;
	text-align: center;
	z-index: 1;
	position: relative;
}
.xuanxiang1>li{
	display: inline-block;
	background-color:#fff;
	width:16px;
	height:16px;
	margin-left:10px;
	border-radius: 50%;
}
.lunbo1>.lunbospan1{
	position: absolute;
	top:50%;left:5%;
	margin-top:-10px;
}
.lunbo1>span>i{
	font-size:70px;
	color:#303685;
	cursor:pointer;
}
.lunbo1>.lunbospan2{
	position: absolute;
	top:50%;right:5%;
	margin-top:-10px;
}
.index_content_box{
	width:100%;
}
.index_content_box_center{
	width:90%;
	max-width:1180px;
	margin:0 auto;
}
.index_content_box_title{
	width:100%;
	text-align: center;
	padding-top:50px;
	padding-bottom:50px;
}
.index_content_box_title>h2{
	font-size:28px;
	color:#303685;
}
.index_content_box_title>h3>a{
	display: inline-block;
	font-size:28px;
	color:#333;
	position:relative;
	line-height: 56px;
	margin-bottom:30px;
	transition: all 0.5s;
}
.index_content_box_title>h3>a:after{
	content:"";
	position:absolute;
	bottom:0;
	left:-10%;
	width:120%;
	height:2px;
	background-color:#d8220d;
	transition: all 0.15s;
}
.index_content_box_title>h3>a:hover{
	color:#d8220d;
	letter-spacing: 10px;
}
.index_content_box_title>h3>a:hover:after{
	width:160%;
	left:-30%;
	background-color:#004c86;
	transition: all 0.15s;
}
.index_content_box_title>h4{
	font-size:16px;
	color:#7d7d7d;
}

.index_content_box_content{
	width:100%;
}
.index_content_box_content_0{
	margin-left: 0px;
	line-height: 30px;
	font-size:14px;
	color:#666;
}
.index_content_box_content_0>img{
	float: left;
	margin: 0px 30px 30px 0px;
	border:none;
	/*max-width: 100%;*/
	max-width: 570px;
}
.index_content_box_content_0>p{
	margin-left: 0px;
	line-height: 30px;
	font-size:14px;
	color:#303334;
}
.index_content_box_more{
	width:100%;
	text-align: center;
	margin-top:50px;
	padding-bottom:30px;
}
.index_content_box_more>a{
	display:block;
	width:126px;
	height:37px;
	line-height: 37px;
	text-align: center;
	margin:0 auto;
	border:1px solid #303685;
	border-radius: 10px;
	color:#2f3180;
	font-size: 20px;
	padding-left:3px;
	position:relative;
	z-index: 2;
	overflow: hidden;
}
/*.index_content_box_more>a.index_b_border{
	color:#fff;
	border:1px solid #fff;
}*/
.index_content_box_more>a.index_b_border:hover{
	color:#fff;
	border:1px solid #303685;
}
.index_content_box_more>a:before{
	content:"";
	position:absolute;
	right:0; top:0;
	width:0; height:100%;
	background:#303685;
	z-index: -1;
	-webkit-transition:width 0.5s cubic-bezier(0.25,0.8,0.25,1) 0s;
	-moz-transition:width 0.5s cubic-bezier(0.25,0.8,0.25,1) 0s;
	-o-transition:width 0.5s cubic-bezier(0.25,0.8,0.25,1) 0s;
	-ms-transition:width 0.5s cubic-bezier(0.25,0.8,0.25,1) 0s;
	transition:width 0.5s cubic-bezier(0.25,0.8,0.25,1) 0s;
}
.index_content_box_more>a:hover{
	color:#fff;
}
.index_content_box_more>a:hover:before{
	width:100%;
	left:0; right:auto;
	-webkit-transition:width 0.5s cubic-bezier(0.25,0.8,0.25,1) 0s;
	-moz-transition:width 0.5s cubic-bezier(0.25,0.8,0.25,1) 0s;
	-o-transition:width 0.5s cubic-bezier(0.25,0.8,0.25,1) 0s;
	-ms-transition:width 0.5s cubic-bezier(0.25,0.8,0.25,1) 0s;
	transition:width 0.5s cubic-bezier(0.25,0.8,0.25,1) 0s;
} 
.new_lunbo{
	position:relative;
}
.new_lunbo>div{
	position:relative;
}
.new_lunbo>div>a>img{
	display: block;
	width:100%;
}
.index-news-w{
	position:absolute;
	bottom:0;
	padding:16px 20px;
	    width: 100%;
}
.index-news-w>h2{
	font-size:18px;
	color:#fff;
	margin-bottom:10px;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.index-news-w>p{
	font-size:14px;
	color:#fff;
	line-height: 18px;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1.5;
overflow: hidden;
}
.index-new-xuanxiang{
	position:absolute;
	width:100%;
	text-align: right;
	bottom:6px; right:6px;
	z-index: 4;
}
.index-new-xuanxiang>li{
	display:inline-block;
	color:#333;
	width:20px;
	height:20px;
	text-align: center;
}
.index-news-h{
	width:100%;
	height:1px;
	background:#666;
	margin-top:30px;
	margin-bottom:30px;
}
.index_news_box_r_li_l{
	float:left;
	width:14%;
	border:1px solid #303685;
	margin-right:2%;
}
.index_news_box_r_li_l>h2{
	font-size:45px;
	color:#fff;
	background:#303685;
	text-align: center;
	line-height: 54px;
}
.index_news_box_r_li_l>h3{
	font-size:17px;
	color:#303685;
	text-align: center;
	line-height: 38px;
}
.index_news_box_r_li_r{
	width:84%;
	float:left;
}
.index_news_box_r_li_r>h2{
	font-size:18px;
	color:#0e0e0e;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
	margin-bottom:10px;
}
.index_news_box_r_li_r>p{
	font-size:14px;
	color:#585757;
	line-height: 22px;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.index_news_box_r_li:hover .index_news_box_r_li_r>h2{
	color:#303685;
}
.index_news_box_r_li:hover .index_news_box_r_li_r>p{
	color:#303685;
}
.flex-item{
	position:relative;
}
.index-cp-div{
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	background:#303685;
	padding:0 50px;
	padding-top:50px;
	padding-bottom:0;
	-webkit-transition:transform 0.4s;
	-moz-transition:transform 0.4s;
	-o-transition:transform 0.4s;
	-ms-transition:transform 0.4s;
	transition:transform 0.4s;
	-webkit-transform:translate3d(0,60px,0);
	-moz-transform:translate3d(0,60px,0);
	-o-transform:translate3d(0,60px,0);
	-ms-transform:translate3d(0,60px,0);
	transform:translate3d(0,300px,0);
	visibility: hidden;
}
.flex-item:hover .index-cp-div{
	-webkit-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-o-transform:translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
	visibility:visible;
}
.index-cp-div1{
	position:absolute;
	width:100%;
	height:4px;
	background:#303685;
	bottom:-7px;
	left:0;
}
.index-cp-div>a>h2{
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
	color:#fff;
	font-size:18px;
	margin-top:20px;
	margin-bottom:16px;
}
.index-cp-div>a>p{
	color:#fff;
	font-size:14px;
	line-height: 20px;
}
.index-cp-div>a>span{
	display:block;
	text-align: center;
	width:55px;
	height:21px;
	margin:0 auto;
	color:#fff;
	border:1px solid #fff;
	border-radius: 4px;
	margin-top:20px;
	font-size:12px;
}
.index-cold-pic{
	display:block;
	width:70%;
	margin:0 auto;
}
.index-cold-pic>img{
	max-width:100%;
	text-align: center;
	margin:0 auto;
	display: block;
}
.index-cold-pic>p{
	font-size:16px;
	line-height: 26px;
	margin-top:12px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.link{
	padding:26px 0;
}
.link>span{
	display: block;
	float:left;
	width:6%;
	padding-top:8px;
	font-size:14px;
	color:#044a9f;
	font-weight: bold;
}
.link>p{
	display: block;
	float:left;
	width:94%;
}
.link>p>a{
	display:inline-block;
	font-size: 14px;
	color:#666;
	padding:8px 10px;
}
.link>p>a:hover{
	color:#044a9f;
}
.footer_box{
	width:100%;
	background:#05336a;
}
.footer_box_center{
	width:90%;
	max-width:1180px;
	margin:0 auto;
	padding-top:30px;
	padding-bottom:40px;
}
.footer_box_top_l{
	width:50%;
	float:left;
}
.footer_box_top_l>p>img{
	display:inline-block;
	max-width:100%;
	margin-right:14px;
}
.footer_box_top_l>p{
	font-size:14px;
	color:#fff;
	line-height: 34px;
}
.footer_box_top_r{
	width:50%;
	float:left;
	text-align: right;
}
.footer_box_top_r>img{
	display:inline-block;
	max-width:100%;
	text-align: right;
	margin:0 25px;
}
.footer_box_bottom{
	width:100%;
	background:#333;
	text-align: center;
}
.footer_box_bottom p{
	font-size:12px;
	text-align: center;
	color:#fff;
	display: inline-block;
}
.footer_box_bottom p>a{
	font-size:12px;
	text-align: center;
	color:#fff;
}
.footer_box_bottom p>span{
	font-size:12px;
	text-align: center;
	color:#fff;
}
.footer_box_center1{
	width:90%;
	max-width:1180px;
	margin:0 auto;
	padding-top:14px;
	padding-bottom:14px;
}
/*.footer_box_bottom p>a:hover{
	color:#05336a;
}*/
/*erji*/
.ej_banner_box{
	width:100%;
	overflow: hidden;
}
.ej_banner_box>img.ej_banner_1{
	position:relative;
	top:0;
	/*left:50%;
	margin-left:-960px;*/
	width: 100%;
}
.ej_banner_box>img.ej_banner_2{
	position:relative;
	top:0;
	/*left:50%;
	margin-left:-496px;*/
        max-width:100%;
}
.ej_nav_box{
	width:100%;
	background:#303685;
	z-index:2;
	position:relative;
}
.ej_nav_box_center{
	width:90%;
	max-width:1180px;
	margin:0 auto;
	height:50px;
}
.ej_nav_box_center>div{
	float:left;
}
.ej_nav_box_center>div>a{
    font-size: 14px;
    color: #fff;
    line-height: 50px;
    padding: 0 20px;
}
.ej_nav_box_center>div>a>i.fa-home{
	font-size:20px;
	color:#fff;
	line-height: 50px;
	
}
.ej_nav_box_center>div.ej_nav_g{
	width:1px;
	height:100%;
	background:#414bc6;
	padding:0;
}
.dropdown button {
    background: transparent !important;
    border: 0 none !important;
    padding: 0 30px;
    margin: 0;
    color: #fff;
	line-height: 50px;
	font-size:16px;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.ej_content_box{
	width:100%;
	padding-bottom:50px;
	position:relative;
	z-index:1;
}
.ej_content_center{
	width:90%;
	max-width:1180px;
	margin:0 auto;
}
.ej_content_title{
	padding:50px 0;
}
.ej_content_title_h2{
	text-align: center;
    font-size: 26px;
    color: #040000;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ccc;
}
.ej_content_title_p{
	font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 54px;
    border-bottom: 1px dashed #ccc;
}
.ej_content img{
	max-width:100%;
}
.ej_cs_pic{
	display:block;
	margin:0 auto;
	margin-bottom: 20px;
}
.ej_cs_p{
	font-size:16px;
	color:#333;
	line-height: 34px;
}
.paging_box{
	width:100%;
	text-align: center;
	margin-top:30px;
}

.paging_box a{
	display: inline-block;
    padding: 2px 6px;
	margin-left: 3px;
    border: 1px solid #e2e2e2;
    color: #333;
}

.paging_box span{
	display: inline-block;
    padding: 2px 6px;
	margin-left: 3px;
    border: 1px solid #e2e2e2;
    color: #333;
}

.paging_box a:hover{
	display: inline-block;
    padding: 2px 6px;
    border: 1px solid #e2e2e2;
    background-color: #303685;
    color: #fff;
}

.paging_box span:hover{
	display: inline-block;
    padding: 2px 6px;
    border: 1px solid #e2e2e2;
    background-color: #303685;
    color: #fff;
}

.paging_box .current{
	display: inline-block;
    padding: 2px 6px;
    border: 1px solid #e2e2e2;
    background-color: #303685;
    color: #fff;
}

.page1{
	border-top:1px dashed #ccc;
	padding-top:30px;
	margin-top:50px;
}
.page1>p{
	width:40%;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
	font-size:16px;
	margin:10px 0;
	color:#333;
}
.page1>p>a,.page1>p>a>span{
	color:#333;
}
.page1>p>a:hover{
	color:#303685;
}

.ej_news_li{
	width:98%;
    margin: 0 1%;
    border-bottom: 1px dashed #949494;
    box-sizing: border-box;
    float: left;
}
@media (max-width:750px){
	.ej_news_li{
	width:100%;
}
.ej_nav_box_center{
	width:100%;
	max-width:1180px;
	margin:0 auto;
	height:50px;
}
}
.ej_news_li_p{
	width: 98%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
/*.ej_content{
	width: 100%;
	height: auto;
	float: left;
	padding-bottom: 40px;
}*/
.ej_news_ul{
	width: 100%;
	height: auto;
	float: left;
	padding-bottom: 40px;
}
.ej_news_li>a{
	display: block;
	width:100%;
}
.ej_news_li_span{
	float:right;
	width:24%;
	text-align: right;
	font-size: 14px;
	color:#999;
	line-height: 50px;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.ej_news_li_p{
	float:left;
	width:75%;
	text-align: left;
	font-size:16px;
	color:#333;
	line-height: 50px;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.ej_news_li:hover .ej_news_li_p{
	color:#303685;
}
.ej_content_row{
	margin-left:-10px;
	margin-right:-10px;
}
.ej_lr_box{
	width:50%;
	float:left;
	padding:0 10px;
	margin-bottom:20px;
}
.ej_lr_box_l{
	width:28%;
	float:left;
	margin-right:2%;
	overflow: hidden;
}
.ej_lr_box_l>img{
	display:block;
	width:100%;
	max-widh:100%;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
.ej_lr_box_r{
	width:70%;
	float:left;
}
.ej_lr_box_r>h2{
	font-size:18px;
	color:#333;
	line-height: 36px;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
	margin-bottom:4px;
}
.ej_lr_box_r>p{
	font-size:14px;
	color:#3B3B3B;
	line-height:24px; 
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.ej_lr_box_border{
	padding:4px;
	border:1px solid #C5C5C5;
}

.ej_lr_box:hover{
	position:relative;
	top:-10px;
}
.ej_lr_box:hover .ej_lr_box_l>img{
/*	transform: scale(1.4);*/
	-webkit-transform:scale(1.2)rotate(-8deg);
	-moz-transform:scale(1.2)rotate(-8deg);
	-o-transform:scale(1.2)rotate(-8deg);
	-ms-transform:scale(1.2)rotate(-8deg);
	transform:scale(1.2)rotate(-8deg);
}
.ej_lr_box:hover .ej_lr_box_r>h2{
	color:#303685;
}
.ej_lr_box:hover .ej_lr_box_border{
	box-shadow: 2px 2px 4px #ccc;
}
.index_news_box_r_li1{
	width:50%;
	float:left;
	padding:0 10px;
	margin-bottom:20px;
}
.index_news_box_r_li1_border{
	width:100%;
	height:100%;
	position: relative;
	padding:4px;
}
.index_news_box_r_li1_border:before,.index_news_box_r_li1_border:after{
	position:absolute;
	top:0;right:0;bottom:0;left:0;
	content:"";
	visibility:hidden;
	-webkit-transition:visible 0.4s,-webkit-transform 0.4s;
	-moz-transition:visible 0.4s,-moz-transform 0.4s;
	-o-transition:visible 0.4s,-o-transform 0.4s;
	-ms-transition:visible 0.4s,-ms-transform 0.4s;
	transition:visible 0.4s,transform 0.4s;
}
.index_news_box_r_li1_border:before{
	border-top:1px solid #303685;
	border-bottom:1px solid #303685;
	-webkit-transform:scale(0,1);
	-moz-transform:scale(0,1);
	-o-transform:scale(0,1);
	-ms-transform:scale(0,1);
	transform:scale(0,1);
}
.index_news_box_r_li1_border:after{
	border-left:1px solid #303685;
	border-right:1px solid #303685;
	-webkit-transform:scale(1,0);
	-moz-transform:scale(1,0);
	-o-transform:scale(1,0);
	-ms-transform:scale(1,0);
	transform:scale(1,0);
}
.index_news_box_r_li1_border:hover:before{
	visibility: visible;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}
.index_news_box_r_li1_border:hover:after{
	visibility: visible;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}
.ej_job_1{
	width:90%;
	margin:0 auto;
	border:1px solid #ccc;
	background:#ededed;
	padding:20px;
	border-radius: 10px;
	box-shadow: 2px 2px 4px #ccc;
	margin-bottom:30px;
}
.ej_job_1>p{
	font-size:14px;
	color:#5F5F5F;
	line-height: 26px;
}
.ej_job_1>p>span{
	font-size:16px;
	color:#333;
	line-height: 26px;
}
.ej_job_1>div{
	margin-top:20px;
}
.ej_job_1>div>a{
	display:inline-block;
	width:100px;
	height:30px;
	line-height: 30px;
	color:#303685;
	text-align: center;
	border:1px solid #303685;
	border-radius: 10px;
	font-size:14px;
	position: relative;
	overflow: hidden;
	z-index: 99999;
}
.sq{
	float:left;
}
.sc{
	float:right;
}
.ej_job_1>div>a:after{
	content:"";
	width:0;height:100%;
	position:absolute;
	top:0;right:0;
	background:#303685;
	z-index: -1;
	-webkit-transition:width 0.5s cubic-bezier(0.25,0.8,0.25,1) 0s;
	-moz-transition:width 0.5s cubic-bezier(0.25,0.8,0.25,1) 0s;
	-o-transition:width 0.5s cubic-bezier(0.25,0.8,0.25,1) 0s;
	-ms-transition:width 0.5s cubic-bezier(0.25,0.8,0.25,1) 0s;
	transition:width 0.5s cubic-bezier(0.25,0.8,0.25,1) 0s;
}
.ej_job_1>div>a:hover{
	color:#fff;
}
.ej_job_1>div>a:hover:after{
	width:100%;
	left:0; right:auto;
	-wenkit-transition:width 0.5s cubic-bezier(0.25,0.8,0.25,1) 0s;
	-moz-transition:width 0.5s cubic-bezier(0.25,0.8,0.25,1) 0s;
	-o-transition:width 0.5s cubic-bezier(0.25,0.8,0.25,1) 0s;
	-ms-transition:width 0.5s cubic-bezier(0.25,0.8,0.25,1) 0s;
	transition:width 0.5s cubic-bezier(0.25,0.8,0.25,1) 0s;
}
.pb_10{
	padding-bottom:10px;
	overflow: hidden;
}
.honour_row{
	margin-left:-10px;
	margin-right:-10px;
}
.honour-box{
	width:25%;
	padding:0 10px;
	float:left;
	margin-bottom:20px;
}
.honour_border{
	border:1px solid #ccc;
	box-sizing: border-box;
	position:relative;
}
.honour_pic{
	width:100%;
	overflow: hidden;
	z-index: 1;
	position:relative;
}
.honour_pic>img{
	display: block;
	width:100%;
	transition: all 0.6s;
	z-index: 1;
	position:relative;
}
.honour_border:hover .honour_pic>img{
	/*transform: scale(1.4);*/
}
.honour_w{
	width:100%;
	padding:6px 10px;
	position: relative;
}
.honour_w>h2{
	width: 100%;
    font-size: 18px;
    line-height: 25px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.honour_w>p{
	width: 100%;
    font-size: 14px;
    color: #4d4d4d;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.honour_border:hover .honour_w>h2{
	color:#fff;
}
.honour_border:hover .honour_w>p{
	color:#fff;
}
/*.honour_border:before{
	content:"";
	width:0;height:0;
	border-top:2px solid #303685;
	border-right:2px solid #303685;
	position:absolute;
	top:0; right:0;
	transition:all 0.5s;
	box-sizing: border-box;
	z-index: 9999;
}
.honour_border:after{
	content:"";
	width:0;height:0;
	border-bottom:2px solid #303685;
	border-left:2px solid #303685;
	position:absolute;
	bottom:0; left:0;
	transition:all 0.5s;
	box-sizing: border-box;
	z-index: 9999;
}
.honour_border:hover:before{
	width:100%; height:100%;
	transition:all 0.5s;
}
.honour_border:hover:after{
	width:100%; height:100%;
	transition:all 0.5s;
}*/
.honour_w:after{
	content:"";
	width:0;
	height:100%;
	position: absolute;
	top:0; right:0;
	background:#303685;
	z-index: -1;
	-webkit-transition:width 0.5s cubic-bezier(0.25,0.8,0.25,1) 0s;
	-moz-transition:width 0.5s cubic-bezier(0.25,0.8,0.25,1) 0s;
	-o-transition:width 0.5s cubic-bezier(0.25,0.8,0.25,1) 0s;
	-ms-transition:width 0.5s cubic-bezier(0.25,0.8,0.25,1) 0s;
	transition:width 0.5s cubic-bezier(0.25,0.8,0.25,1) 0s;
}
.honour_border:hover .honour_w:after{
	width:100%; left:0; right:auto;
	-webkit-transition:width 0.5s cubic-bezier(0.25,0.8,0.25,1) 0s;
	-moz-transition:width 0.5s cubic-bezier(0.25,0.8,0.25,1) 0s;
	-o-transition:width 0.5s cubic-bezier(0.25,0.8,0.25,1) 0s;
	-ms-transition:width 0.5s cubic-bezier(0.25,0.8,0.25,1) 0s;
	transition:width 0.5s cubic-bezier(0.25,0.8,0.25,1) 0s;
}



.ej_news_li1{
	width:50%;
	padding-left:10px;
	padding-right:10px;
	float:left;
	margin-bottom:20px;
}
.ej_news_li1_pic{
	width:28%;
	float:left;
	overflow: hidden;
	margin-right:2%;
}
.ej_news_li1_pic>img{
	width:100%;
	-webkit-transition:all 0.5s ease-in-out;
	-mox-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
/*.ej_news_li1_box:hover .ej_news_li1_pic>img{
	-webkit-transform:scale(1.2) rotate(-4deg);
	-moz-transform:scale(1.2) rotate(-4deg);
	-o-transform:scale(1.2) rotate(-4deg);
	-ms-transform:scale(1.2) rotate(-4deg);
	transform:scale(1.2) rotate(-4deg);
}*/
.ej_news_li1_w{
	width:70%;
	float:left;
}
.ej_news_li1_w_h2{
	margin:0 auto;
	font-size: 18px;
	line-height: 24px;
	height:26px;
    color: #0e0e0e;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
	position: relative;
}
.ej_news_li1_w_h2:after{
	position: absolute;
	bottom:0; left:0;
	width:0; height:2px;
	background:#303685;
	content:"";
	transition:all 0.8s;
}
.ej_news_li1_box:hover .ej_news_li1_w_h2:after{
	width:100%;left:0;
}
.ej_news_li1_w_p{
	font-size: 14px;
    color: #585757;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.ej_news_li1_box:hover .ej_news_li1_w_h2{
	color:#303685;
}
.ej_news_li1_box{
	padding:4px;
	border:1px solid #303685;
}
.ej_news_li1_w_span{
	display:block;
	text-align: right;
	font-size:13px;
	color:#585757;
	margin-top:6px;
}


@media (max-width:1320px){
	.link>span{
	width:8%;
}
.link>p{
	width:92%;
}
}
@media (max-width:1160px){
	.index_news_box_r_li_l {
    width: 17%;
}
		.index_news_box_r_li_r {
    width: 81%;
}
}
@media (max-width:1140px){
	.ej_news_li1_w_p{
	font-size: 14px;
    color: #585757;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
}
@media (max-width:1070px){
	.index-cp-div {
    padding: 0 10px;
    padding-top: 10px;
	}
	.index-cp-div>a>h2 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}
}
@media (max-width:992px)
{
   
.new_lunbo {
    margin-top:40px;
}
.link>span{
	width:100%;
	float:none;
}
.link>p{
	width:100%;
	float:none;
}
.link>p>a {
    display: inline-block;
    font-size: 14px;
    color: #666;
    padding: 6px 0px;
	margin-right:10px;
}
	nav.navbar.bootsnav {
    top: 10px;
}
	.ej_lr_box{
		width:100%;
		float:none;
	}
	.index_news_box_r_li1{
	width:100%;
	float:none;
}
		.index_news_box_r_li_l {
    width: 14%;
}
		.index_news_box_r_li_r {
    width: 84%;
}
	.honour-box{
	width:50%;
	padding:0 10px;
	float:left;
	margin-bottom:20px;
}
		.index_content_box_content_0>img {
	display: block;
    float: none;
    margin: 0px auto;
	margin-bottom:30px;
    border: none;
    max-width: 100%;
			
}
	.index_content_box_content_0>p {
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 6;
overflow: hidden;
}
	.ej_news_li1{
	width:100%;
	padding-left:10px;
	padding-right:10px;
	float:none;
	margin-bottom:20px;
}

	
}
@media (max-width:868px){
	.footer_box_top_l {
    width: 100%;
    float: none;
}
	.footer_box_top_r {
    width: 100%;
    float: none;
    text-align: center;
	margin-top:10px;
}
	.footer_box_top_r>img {
    display: inline-block;
    max-width: 100%;
    margin: 0;
	margin-right:10px;
}
	.footer_box_center{
	padding-top:20px;
	padding-bottom:20px;
}
	
}
@media (max-width:768px){
	.footer_box_bottom p>span {
		display:block;
		margin:6px 0;
}
	.footer_box_bottom p {
    display:block;
}
	.page1>p{
	width:80%;
}
	.index-cp-div {
    padding: 0 50px;
    padding-top: 70px;
	}
	.ej_news_li1_box{
	padding:0px;
	border:none;
}

}
@media (max-width:668px){
	.index_news_box_r_li_l {
    width: 22%;
}
	.index_news_box_r_li_r {
    width: 76%;
    float: left;
}
	.ej_job_1 {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #ccc;
    background: #ededed;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 4px #ccc;
    margin-bottom: 30px;
}
}
@media (max-width:470px){
		.ej_lr_box_r>p{
	font-size:14px;
	color:#3B3B3B;
	line-height:18px; 
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
	.ej_lr_box_r>h2{
	font-size:18px;
	color:#333;
	line-height: 20px;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
	margin-bottom:4px;
}
.ej_news_li1_pic{
	width:38%;
	float:left;
	overflow: hidden;
	margin-right:2%;
}

.ej_news_li1_w{
	width:60%;
	float:left;
}
	
}
@media (max-width:450px){
		.honour-box{
	width:100%;
	padding:0 10px;
	float:none;
	margin-bottom:20px;
}
}
@media (max-width:420px){
	.dropdown button {
    background: transparent !important;
    border: 0 none !important;
    padding: 0 10px;
    margin: 0;
    color: #fff;
    line-height: 50px;
    font-size: 16px;
}
	.ej_nav_box_center>div>a>i.fa-home {
    font-size: 20px;
    color: #fff;
    line-height: 50px;
	padding: 0 10px;
}

}
@media (max-width:370px){
.index_news_box_r_li_l {
    width: 26%;
}
	.index_news_box_r_li_r {
    width: 72%;
}
	.ej_nav_box_center>div>a {
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    padding: 0 10px;
}
}
@media (max-width:350px){
		.footer_box_top_r>img {
    display: inline-block;
    width: 40%;
    margin: 0;
	margin:0 10px;
}
	.index-cp-div {
    padding: 0 50px;
    padding-top: 40px;
	}
}
@media (max-width:320px){
.index_news_box_r_li_l {
    width: 27%;
}
	.index_news_box_r_li_r {
    width: 71%;
}
	.ej_news_li1_w_p{
	font-size: 14px;
    color: #585757;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
}
.xz_font_1031{
	font-size: 16px!important;
	font-family: "微软雅黑", "Microsoft YaHei";
}
/*.xz_font_1031 p{
	font-size: 16px!important;
	font-family: "微软雅黑", "Microsoft YaHei";
}*/
.xz_pic_1031{
	width:100%;
}
.xz_pic_1031 img{
	width:90%;
	max-width:1180px;
	margin:0 auto;
	display: block;
}
@media (max-width:990px){
	.xz_pic_1031 img{
	width:100%;
	max-width:1180px;
	margin:0 auto;
	display: block;
}
}
@media (max-width:992px){
 .navbar-brand>img
    {
        margin: 0 auto!important;
        height:70px!important;
        }
        }
        
    
    
        
/*新增*/
/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.owl-theme .owl-controls{
	margin-top: 10px;
	/*text-align: center;*/
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	font-size: 0px;
	width:24px;
	height:41px;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev{
	background-image: url(../images/l.png);
	background-repeat: no-repeat;
	background-size: 24px 41px;
	position:absolute;
	left:-24px;
	top:50%;
	margin-top:-20.5px;
}
.owl-theme .owl-controls .owl-buttons div.owl-next{
	background-image: url(../images/r.png);
	background-repeat: no-repeat;
	background-size: 24px 41px;
	position:absolute;
	right:-24px;
	top:50%;
	margin-top:-20.5px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
	overflow: hidden;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */


#owl-demo {
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}
.owl-carousel .owl-wrapper {
    
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
    float: left;
}
#owl-demo .item {
    display: block;
    padding: 0 10px;
}
.owl-carousel .owl-item a {
    display: block;
    border: 1px solid #d2d2d3;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.index_team_wbt {
    position: relative;
    overflow: hidden;
}
.index_team_wbt img {
    display: block;
    width: 100%;
}
.index_team_wbb {
    padding: 10px;
    border-top: 1px solid #d2d2d3;
}
.index_team_wbb h2 {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
#owl-demo a{
	display:block;
	cursor: pointer
}
#owl-demo a:hover .index_team_wbb h2{
	color:#303685;
}
.owl-pagination{
	display:none;
}
@media(max-width:992px){
	.owl-theme .owl-controls .owl-buttons div.owl-prev {
		left: 0;
	}
	.owl-theme .owl-controls .owl-buttons div.owl-next {
		right: 0;
	}
}
.map_b h2 {
	margin-top: 20px;
    font-size: 18px;
    color: #333;
    line-height: 28px;
    font-weight: bold;
}
.map_b p {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    margin-top: 10px;
}
